Merge branch 'master' of github.com:cantino/huginn

Andrew Cantino лет %!s(int64=11): %!d(string=назад)
Родитель
Сommit
5bf1683ac2
1 измененных файлов с 4 добавлено и 3 удалено
  1. 4 3
      README.md

+ 4 - 3
README.md

@@ -36,9 +36,10 @@ Deployment right now is configured with Capistrano, Unicorn, and nginx.  You sho
36 36
 * After deploying with capistrano, SSH into your server, go to the deployment directory, and run `RAILS_ENV=production bundle exec rake db:seed` to generate your admin user.  Immediately login to your new Huginn installation with the username of `admin` and the password of `password` and change your email and password!
37 37
 * You'll need to run bin/schedule.rb and bin/twitter_stream.rb in a daemonized way.  I've just been using screen sessions, but please contribute something better!
38 38
 
39
-    RAILS_ENV=production bundle exec rails runner bin/schedule.rb
40 39
 
41
-    RAILS_ENV=production bundle exec rails runner bin/twitter_stream.rb
40
+        RAILS_ENV=production bundle exec rails runner bin/schedule.rb
41
+        RAILS_ENV=production bundle exec rails runner bin/twitter_stream.rb
42
+
42 43
 
43 44
 ### Optional Setup
44 45
 
@@ -66,4 +67,4 @@ Huginn is provided under the MIT License.
66 67
 
67 68
 ## Contribution
68 69
 
69
-Please fork, add specs, and send pull requests!
70
+Please fork, add specs, and send pull requests!